home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / tskerm25.zip / ANSI.CMD next >
OS/2 REXX Batch file  |  1989-12-28  |  408b  |  12 lines

  1. ;
  2. ; ANSI.CMD by Timo Salmi Thu 28-Dec-1989
  3. ; To use ansi type of BBS terminal emulation
  4. ; Apply this first if you call a bulletin board system
  5. ;
  6. ; As of yet I have only tested this on my laptop
  7.  
  8.  set parity none      ;This is usual for BBSes
  9.  set key \270 \8      ;Redefine backspace as ^H
  10.  set display 8-bit    ;Use the entire IBM character set
  11.  echo \13ansi.cmd ansi terminal emulation ready\13
  12.